home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / textwin.lha / TextWin / demo.example.scp < prev    next >
Encoding:
Text File  |  1994-12-07  |  324 b   |  15 lines

  1. ; FILENAME: demo.example.scp
  2.  
  3. STACK 8000
  4.  
  5. IF EXISTS MUI:
  6.  
  7.      RUN >nil: Textwin TITLE "TextWin by BOTH Software" BODY demo.body
  8.  
  9. ELSE
  10.  
  11.      rtEZrequest TITLE "Error" BODY "MagicUserInterface (MUI) is not installed on your Amiga.\nPlease install MUI before trying TextWin." BUTTONTEXT "_OK I WILL" POS CENTERSCR
  12.  
  13. ENDIF
  14.  
  15. QUIT